Click or drag to resize

SipClientSendAsynchRequest Method

Sends request to a client or server and does not wait for the response.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Request SendAsynchRequest(
	Request request
)

Parameters

request
Type: Independentsoft.SipRequest
A request to send.

Return Value

Type: Request
The Request sent.
See Also